PragmaToModule v1.0
by Martin Kuchinka (30.9.1999)
- What it is:
PR2M is simple converter from c compatible pragma includes to d compatible
library modules.
Source code is included in PowerD archive ('d:source/pr2m.e'). You can
do with it everything you like except of selling it :)
- How to use it:
It has only two arguments:
SOURCE/A: source pragma include name.
SASC/S: if you converts sasc compatible pragmas enable this.
fd2m SOURCE/A,SASC/S
Where SOURCE should be a pragma file.
If you convert SAS/C compatible pragmas enable this.
If SASC switch not enabled and <name> entered, it will try to
open file called: <name>_lib.h, if SASC switch enabled, it will
try to open file called: <name>_pragmas.h.
PR2M will create file <name>.m what should be copied into 'dmodules:'
drawer.
- Example:
1.> pr2m dos sasc